UnhandledInteractionException(Interaction, TInput) constructor¶
Defined in
Type: UnhandledInteractionExceptionReactiveUI.Binding
Assembly: ReactiveUI.Binding.dll
Applies to
net10.0, net10.0-browserwasm1.0, net10.0-desktop1.0, net9.0, net9.0-browserwasm1.0, net9.0-desktop1.0, net8.0, net8.0-ios17.5, net8.0-maccatalyst17.5, net8.0-macos14.2, net8.0-macos14.5, net8.0-tvos17.2, netstandard2.1, net462, net481, net471
Overloads¶
- 1.
public UnhandledInteractionException(Interaction<TInput, TOutput> interaction, TInput input) - 2.
public UnhandledInteractionException() - 3.
public UnhandledInteractionException(string message) - 4.
public UnhandledInteractionException(string message, Exception innerException)
1. Overload¶
public UnhandledInteractionException(Interaction<TInput, TOutput> interaction, TInput input)
Summary: Initializes a new instance of the UnhandledInteractionException class.
Parameters
| Name | Type | Description |
|---|---|---|
interaction | [Interaction | The interaction that doesn't have an input handler. |
input | TInput | The input into the interaction. |
2. Overload¶
public UnhandledInteractionException()
Summary: Initializes a new instance of the UnhandledInteractionException class.
3. Overload¶
public UnhandledInteractionException(string message)
Summary: Initializes a new instance of the UnhandledInteractionException class.
Parameters
| Name | Type | Description |
|---|---|---|
message | string | A message about the exception. |
4. Overload¶
public UnhandledInteractionException(string message, Exception innerException)
Summary: Initializes a new instance of the UnhandledInteractionException class.
Parameters
| Name | Type | Description |
|---|---|---|
message | string | A message about the exception. |
innerException | Exception | Any other exception that caused the issue. |